home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / WAVBRO32.EXE / WAVBROWZ.EXE / 0 / RCDATA / TMOVEFORM / TMOVEFORM.txt
Text File  |  1997-03-30  |  1KB  |  69 lines

  1. object MoveForm: TMoveForm
  2.   Left = 756
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Move'
  6.   ClientHeight = 307
  7.   ClientWidth = 185
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 169
  20.     Height = 16
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Select Location'
  24.   end
  25.   object DirectoryListBox1: TDirectoryListBox
  26.     Left = 8
  27.     Top = 32
  28.     Width = 169
  29.     Height = 193
  30.     ItemHeight = 16
  31.     TabOrder = 0
  32.   end
  33.   object RzPanel1: TRzPanel
  34.     Left = 0
  35.     Top = 262
  36.     Width = 185
  37.     Height = 45
  38.     BevelSides = [sdTop]
  39.     BorderSides = []
  40.     Align = alBottom
  41.     BevelInner = bvLowered
  42.     TabOrder = 1
  43.     object BitBtn1: TBitBtn
  44.       Left = 8
  45.       Top = 8
  46.       Width = 81
  47.       Height = 33
  48.       TabOrder = 0
  49.       Kind = bkOK
  50.     end
  51.     object BitBtn2: TBitBtn
  52.       Left = 96
  53.       Top = 8
  54.       Width = 81
  55.       Height = 33
  56.       TabOrder = 1
  57.       Kind = bkCancel
  58.     end
  59.   end
  60.   object DriveComboBox1: TDriveComboBox
  61.     Left = 8
  62.     Top = 232
  63.     Width = 169
  64.     Height = 22
  65.     DirList = DirectoryListBox1
  66.     TabOrder = 2
  67.   end
  68. end
  69.